I donât see any examples or documentation on how to use the events API with an event_action of resolve. The v2 events API reference docs are actually for the v1 API: https://v2.developer.pagerduty.com/v2/page/events-api-reference
In my particular case, Iâm triggering successfully, and then retrieving the incident from the REST API, so I have an incident_key. With events API v1, I could use that to resolve, but I donât see how to do that with v2. Adding incident_key to the root object does not seem to work; I get a 400 Bad Request.